Make vc-annotate work through copies and renames.
authorDan Nicolaescu <dann@ics.uci.edu>
Mon, 19 Oct 2009 05:04:22 +0000 (05:04 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Mon, 19 Oct 2009 05:04:22 +0000 (05:04 +0000)
commita7a0a3c5a6e5f9219ada86d4fb187af84fd59fb4
tree18ae057eb8f39cad56537055ee04bd2a009b901b
parent59165f67fbbf05524d118e75c083a7fe28821721
Make vc-annotate work through copies and renames.
* vc-annotate.el (vc-annotate-extract-revision-at-line): Return
the file name too.
(vc-annotate-revision-at-line)
(vc-annotate-find-revision-at-line)
(vc-annotate-revision-previous-to-line)
(vc-annotate-show-log-revision-at-line): Update to get the file
name from vc-annotate-extract-revision-at-line.
(vc-annotate-show-diff-revision-at-line-internal): Change the
argument to mean whether to show a file diff or not.  Get the file
name from vc-annotate-extract-revision-at-line.
(vc-annotate-show-diff-revision-at-line): Update
vc-annotate-show-diff-revision-at-line call.
(vc-annotate-warp-revision): Add an optional file argument.

* vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
(vc-git-annotate-extract-revision-at-line): Also return the file
name if found.

* vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
command.  Remove unused code.
(vc-hg-annotate-re): Update to match --follow output.
(vc-hg-annotate-extract-revision-at-line): Also return the file
name if found.

* vc.el: Update annotate-extract-revision-at-line documentation.
etc/NEWS
lisp/ChangeLog
lisp/vc-annotate.el
lisp/vc-git.el
lisp/vc-hg.el
lisp/vc.el